home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / Cracks, Patches, & Ser#s / Sketch10K / Sketch10K.rsrc / skrp_0_Ê Script Data < prev    next >
Text File  |  1994-07-01  |  300b  |  26 lines

  1. * Display a message to the user
  2. MESSAGE
  3. "Please locate Sketch! Application"
  4. * Ask the user to open a file
  5. SELECTFILE
  6. 1
  7. 'APPL'
  8. * Verify some data in a resource
  9. VERIFY
  10. 'CODE'
  11. 83
  12. $0afa
  13. 2
  14. $6422
  15. $7000
  16. * Modify a resource at given locations
  17. MODIFY
  18. 'CODE'
  19. 83
  20. 1
  21. $0afa
  22. $6022
  23. * Terminate script execution
  24. END
  25.  
  26.